From: Richard M. Stallman Date: Tue, 4 May 1993 22:13:52 +0000 (+0000) Subject: (Fdisplay_buffer): Add space to prompt. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96392 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6648f23a73f2aa62df1db2fdc9c313d312c777e0;p=emacs.git (Fdisplay_buffer): Add space to prompt. --- diff --git a/src/window.c b/src/window.c index a9309af78b8..a4e239b0502 100644 --- a/src/window.c +++ b/src/window.c @@ -1597,7 +1597,7 @@ before each command.") } DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 2, - "BDisplay buffer:\nP", + "BDisplay buffer: \nP", "Make BUFFER appear in some window but don't select it.\n\ BUFFER can be a buffer or a buffer name.\n\ If BUFFER is shown already in some window, just use that one,\n\